github.com/jackc/pgx/v5/pgxpool.Pool.healthCheckTimer (field)
4 uses
github.com/jackc/pgx/v5/pgxpool (current package)
pool.go#L103: healthCheckTimer *time.Timer
pool.go#L475: if p.healthCheckTimer == nil {
pool.go#L478: p.healthCheckTimer = time.AfterFunc(healthCheckDelay, func() {
pool.go#L488: p.healthCheckTimer.Reset(healthCheckDelay)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)